home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / ExcelTalk 2.1 Folder / Version 2.1 docs < prev   
Text File  |  1994-02-14  |  5KB  |  64 lines

  1. ExcelTalk ©1993,1994 John Blackburne
  2. Vewrsion 2.1, 14 February 1994
  3.  
  4. ExcelTalk is an Excel Add-In that adds the basic capabilities of Apple’s Speech Manager to MicroSoft Excel 4. To use it either: 1) Open it like any other Excel document, i.e. using ‘Open’ in the file menu or by double clicking on it in the Finder, or: 2) Place it in the “Excel Startup Folder (4)” folder inside the Preferences folder in your System Folder to have it opened each time you run Excel.
  5.  
  6. On sucessfully launching it adds four commands to the end of Options menu, which enable you to read the selected cell, the note of the selected cell, the whole of the current selection or the whole worksheet respectively. As they are implemented as Macros these commands,as well as others not available from the menu, can also be called from your own Macro routines. The following is a list of all avaialable Macro commands, with the names as they would appear in the 'Paste Function' dialog.
  7.  
  8.     Auto_Open
  9. Checks for the availability of speech, adds commands to the Options menu and announces itself
  10.     Speak(<String>)
  11. Speaks the supplied string asynchronously using the default voice of Apple’s Speech Manager
  12.     Can_Speak()
  13. Tests for the presence of the Speech Manager: returns TRUE if the Speech Manager is present
  14.     Speech_Busy()
  15. Checks to see if the Speech Manager is (still) speaking: returns number of active voices (1 or 0 unless another application is using the speech manager)
  16.     Sync_Speech(<String>)
  17. Like Speak, but does not return until speaking has finished  
  18.     format_from_code(<Code>)
  19. Returns format of cell given code from CELL(,) call
  20.     Cell_Speak(<Ref>)
  21. Reads cell specified by reference <Ref> asynchronously
  22.     Sync_Cell_Speak(<Ref>)
  23. Reads cell specified by reference <Ref> synchronously
  24.     Speak_Cell()
  25. Reads current cell (same as the “Read Cell” menu command)
  26.     Speak_Range(<Ref>)
  27. Reads cells in range given by reference <Ref>, cell by cell
  28.     Speak_Selection()
  29. Reads cells of current selection (same as the “Read Selection” menu command)
  30.     Sheet_Speak()
  31. Selects whole sheet then reads it cell by cell (same as the “Read Sheet” menu command)
  32.     Speak_Note()
  33. Reads text of note for current cell (same as the “Read Note” menu command)
  34.  
  35. You will need the Speech Manager installed for ExcelTalk to work, as well as Excel 4 (or later ?) for Macintosh. This probably means you will need system 6.0.7 or later and at least an 68020 (or whatever the Speech Manager requires).
  36.  
  37. The only practical uses I have come across so far, both discovered by users, are to alert you to an error or to the completion of a task (where speech has the advantage over a dialog of not stopping a macro in progress) and reading out spreadsheet cells to small to easily read.
  38.  
  39. In use it will try and read numeric cells as they are displayed, rather than just read the numerical value of the cell. This is only as good as the Speech Manager’s ability to read numberes though, so $125 is read as “dollars one hundred and twenty-five”, and dates and times sound even worse. If you can persuade the Speech Manager to use another voice, i.e. if you change the system default voice, you might be able to improve on this.
  40.  
  41. Unfortunately it can only recognise the built in number formats of Excel. Numbers/dates/amounts formatted with custom formats created via the “Number...” command will often be read as unformatted numbers. Sorry, but the only way I can think of to get around this would be a lot slower and more complex and much more likely to mess up whatever else you are doing with Excel.
  42.  
  43. The code is based on examples from  Apple’s Speech Manager docs and Microsoft’s Excel SDK version 4, and was compiled with Symannec’s Think C 5.0.4. I will happily e-mail the code to anyone who is interested it, but it is not all that interesting to see.
  44.  
  45. This is free, and can be given away or uploaded anywhere as long as this documentation is included. The only exception is commercial shareware/freeware collections, e.g. CD-ROMs: please contact me for distributrion on these.
  46.  
  47. Version history:
  48. 1.0:Just implemented the Speak() macro
  49. 2.0:Expanded into much more comprehensive add-in
  50. 2.1:fixed a bug which caused a Macro error at B10 if opened in directory other than current directory. Also made the docs more non-programmer friendly, at the suggestion of users.
  51.  
  52. Postcards, praise and bug reports to:
  53. John Blackburne
  54. 1205 HK Arts Centre
  55. 2 Harbour Road
  56. Wanchai, Hong Kong
  57.  
  58. Voice: (Hong Kong) 824 0781
  59. Fax: (Hong Kong) 824 1925
  60. FirscClass BBS: (Hong Kong) 802 7395
  61. Fidonet netmail:John W. Blackburne@6:700/310
  62. Internet: johnb@hk.super.net
  63. AppleLink: FEP.ASIACD
  64.